projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
667c3bc
)
build: Use LDADD libraries to link with, not LDFLAGS
author
Colin Walters
<walters@verbum.org>
Thu, 28 Jun 2012 02:37:17 +0000
(22:37 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 28 Jun 2012 02:38:12 +0000
(22:38 -0400)
This should fix the build with embedded glib.
Makefile-triggers.am
patch
|
blob
|
history
diff --git
a/Makefile-triggers.am
b/Makefile-triggers.am
index 69fc7a6c11f06d26af33d18f413758e40cc064c4..dd3932aab556cfbd3f06c1339b16c227ded3bbd8 100644
(file)
--- a/
Makefile-triggers.am
+++ b/
Makefile-triggers.am
@@
-37,4
+37,4
@@
bin_PROGRAMS += ostree-run-triggers
ostree_run_triggers_SOURCES = src/triggers/ostree-run-triggers.c
ostree_run_triggers_CFLAGS = $(OT_INTERNAL_GIO_UNIX_CFLAGS)
-ostree_run_triggers_LD
FLAGS
= $(OT_INTERNAL_GIO_UNIX_LIBS)
+ostree_run_triggers_LD
ADD
= $(OT_INTERNAL_GIO_UNIX_LIBS)